home *** CD-ROM | disk | FTP | other *** search
/ PC World Interactive 7 / PC World Interactive 7.iso / share / internet / DOMPRO11 / DOMAIN.exe / 0 / RCDATA / TSPLASHFORM / TSPLASHFORM.txt < prev   
Encoding:
Text File  |  1998-02-01  |  1.6 KB  |  79 lines

  1. object splashform: Tsplashform
  2.   Left = 246
  3.   Top = 181
  4.   BorderStyle = bsNone
  5.   Caption = 'splashform'
  6.   ClientHeight = 102
  7.   ClientWidth = 286
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   Position = poScreenCenter
  13.   PixelsPerInch = 96
  14.   TextHeight = 13
  15.   object Panel1: TPanel
  16.     Left = 0
  17.     Top = 0
  18.     Width = 286
  19.     Height = 102
  20.     Align = alClient
  21.     BevelWidth = 2
  22.     BorderStyle = bsSingle
  23.     Color = 8454143
  24.     Font.Color = clBlack
  25.     Font.Height = -11
  26.     Font.Name = 'Arial'
  27.     Font.Style = []
  28.     ParentFont = False
  29.     TabOrder = 0
  30.     object Image1: TImage
  31.       Left = 2
  32.       Top = 2
  33.       Width = 278
  34.       Height = 94
  35.       Align = alClient
  36.       AutoSize = True
  37.       Picture.Data = {<image000.bmp>}
  38.       Stretch = True
  39.     end
  40.     object LabelEffect1: TLabelEffect
  41.       Left = 8
  42.       Top = 12
  43.       Width = 169
  44.       Height = 33
  45.       GraduateFrom = clWindowText
  46.       ColourScheme = csCustom
  47.       Caption = 'DomainPro 1.0'
  48.       Font.Color = clSilver
  49.       Font.Height = -24
  50.       Font.Name = 'Times New Roman'
  51.       Font.Style = []
  52.       ParentFont = False
  53.     end
  54.     object Label1: TLabel
  55.       Left = 104
  56.       Top = 48
  57.       Width = 158
  58.       Height = 14
  59.       Caption = 'COPYRIGHT 1998 Nano Network'
  60.       Font.Color = clBlack
  61.       Font.Height = -11
  62.       Font.Name = 'Arial'
  63.       Font.Style = []
  64.       ParentFont = False
  65.       Transparent = True
  66.     end
  67.     object ProgressBar1: TProgressBar
  68.       Left = 8
  69.       Top = 36
  70.       Width = 257
  71.       Height = 5
  72.       Min = 0
  73.       Max = 100
  74.       Step = 5
  75.       TabOrder = 0
  76.     end
  77.   end
  78. end
  79.